01. Install Python, Flask and virtual environment


$ mkdir ServerManagerApp
$ cd ServerManagerApp
$ python3.9 -m venv venv
$ soruce ./venv/bin/activate
(venv)$ python --version
(venv)$ pip --version
(venv)$ pip install flask Flask-RESTful
(venv)$ pip freeze

#Python #Flask #REST






你可能感興趣的文章

Day02 messenger、LINE、Telegram差異

Day02 messenger、LINE、Telegram差異

Angular 9 SCSS Global Variable

Angular 9 SCSS Global Variable

Bicycle Kinematic Model 實作小筆記

Bicycle Kinematic Model 實作小筆記






留言討論